From 0a4e04ca573f29b516130e22ac71f398bbcbf3fb Mon Sep 17 00:00:00 2001 From: Nisarg Thakkar Date: Tue, 29 Aug 2017 20:38:02 +0530 Subject: [PATCH] Removing redundant extern --- tests/cargotest/support/publish.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/cargotest/support/publish.rs b/tests/cargotest/support/publish.rs index 2d6ca6673..e960bc8b2 100644 --- a/tests/cargotest/support/publish.rs +++ b/tests/cargotest/support/publish.rs @@ -1,5 +1,3 @@ -extern crate url; - use std::path::PathBuf; use std::io::prelude::*; use std::fs::{self, File}; -- 2.30.2